From fdac3c0100ec4a02c6fa1f0149678889c17f53b6 Mon Sep 17 00:00:00 2001 From: Andy Chiang Date: Thu, 20 Nov 2025 16:03:28 +0700 Subject: [PATCH] luci-mod-system: add translation string for language add translation string for language Signed-off-by: Andy Chiang --- .../htdocs/luci-static/resources/view/system/system.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js index 430c67e81b..e0835d1f4a 100644 --- a/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js +++ b/modules/luci-mod-system/htdocs/luci-static/resources/view/system/system.js @@ -234,7 +234,7 @@ return view.extend({ o.uciconfig = 'luci'; o.ucisection = 'main'; o.ucioption = 'lang'; - o.value('auto'); + o.value('auto', _('auto')); var l = Object.assign({ en: 'English' }, uci.get('luci', 'languages')), k = Object.keys(l).sort(); -- 2.30.2